home *** CD-ROM | disk | FTP | other *** search
- # Project: RiscOSBOT (ROBOT)
-
-
- # Toolflags:
- CCflags = -throwback -c -depend !Depend -INetLib:,C: -pcc
- C++flags = -c -depend !Depend -IC: -throwback
- Linkflags = -aif -o $@
- ObjAsmflags = -throwback -NoCache -depend !Depend
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
-
-
- # Final targets:
- @.ROBOT: @.o.bot @.o.bot-ons @.o.listmgr @.o.misc c:o.stubs netlib:o.netlib \
- @.o.sock_errno @.o.riscossupp
- link $(linkflags) @.o.bot @.o.bot-ons @.o.listmgr @.o.misc c:o.stubs \
- netlib:o.netlib @.o.sock_errno @.o.riscossupp
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.bot: @.c.bot
- cc $(ccflags) -o @.o.bot @.c.bot
- @.o.bot-ons: @.c.bot-ons
- cc $(ccflags) -o @.o.bot-ons @.c.bot-ons
- @.o.listmgr: @.c.listmgr
- cc $(ccflags) -o @.o.listmgr @.c.listmgr
- @.o.misc: @.c.misc
- cc $(ccflags) -o @.o.misc @.c.misc
- @.o.sock_errno: @.c.sock_errno
- cc $(ccflags) -o @.o.sock_errno @.c.sock_errno
- @.o.riscossupp: @.c.riscossupp
- cc $(ccflags) -o @.o.riscossupp @.c.riscossupp
-
-
- # Dynamic dependencies:
- o.riscossupp: c.riscossupp
- o.riscossupp: NetLib:sys.h.socket
- o.riscossupp: Internet:sys.h.types
- o.riscossupp: NetLib:sys.h.byteorder
- o.riscossupp: NetLib:netinet.h.in
- o.riscossupp: NetLib:sys.h.types
- o.sock_errno: c.sock_errno
- o.sock_errno: NetLib:sys.h.errno
- o.misc: c.misc
- o.misc: NetLib:sys.h.types
- o.misc: NetLib:sys.h.socket
- o.misc: Internet:sys.h.types
- o.misc: NetLib:netinet.h.in
- o.misc: NetLib:sys.h.types
- o.misc: NetLib:h.netdb
- o.misc: NetLib:sys.h.types
- o.misc: NetLib:sys.h.errno
- o.misc: NetLib:sys.h.byteorder
- o.misc: h.riscossupp
- o.misc: h.bot-h
- o.bot: c.bot
- o.bot: NetLib:sys.h.errno
- o.bot: NetLib:h.netdb
- o.bot: NetLib:sys.h.types
- o.bot: h.bot-h
- o.bot-ons: c.bot-ons
- o.bot-ons: h.bot-h
- o.bot-ons: h.ListMgr-h
- o.listmgr: c.listmgr
- o.listmgr: h.listmgr-h
- o.listmgr: h.bot-h
-